.menuItemsContainer {
	height: 55px;
	width: 780px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url('/content_images/default/backgrounds/background_header_menu_content.png');
	background-position: left top;
	background-repeat: repeat-x;
	float: left;
}

.menuItem, .menuItemActive {
	min-width: 89px;
	max-width: 119px;
	min-height: 30px;
	height: 30px;
	font-size: 11px;
	line-height: 120%;
	padding: 15px 10px 0px 10px;
	/*font-size: 12px;*/
	/*text-transform: uppercase;*/
	float: left;
	text-align: left;
	word-wrap: break-word;
	display:inline;display:inline-table;display:inline-block;
	
}

.menuItemActive {
	background-color:#a0c147;
	background-image: url('/content_images/default/menu/menu-active.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-repeat: repeat-x;
}

.menuItem A {
	color: #5a5a5a;
	text-decoration: none;
	vertical-align: middle;
	/*font-family: "Arial Black", Helvetica, Arial, Verdana, "Century Gothic", Tahoma, Times, "Trebuchet MS", Serif, Courier;
	font-weight: normal;*/
}

.menuItemActive A {
	vertical-align: middle;
}

.menuItemActive, .menuItemActive A {
	color: #fefefe;
	text-decoration: none;
	/*font-family: "Arial Black", Helvetica, Arial, Verdana, "Century Gothic", Tahoma, Times, "Trebuchet MS", Serif, Courier;
	font-weight: bold;
	text-decoration: none;*/
}

.menuItem:hover/*, .menuItemActive A:hover*/ {
	background-color: #537d22;
	background-image: url('/content_images/default/menu/menu-hover.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
} 

.menuItem:hover a {
	color: #fefefe;
	text-decoration: none;
}

.menuItemSpacer {
	height: 45px;
	width: 1px;
	background-image: url('/content_images/default/menu/menu-spacer.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	/*font-size: 12px;*/
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.menuChildItem A {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.menuChildItem, .menuChildItemActive A {
	color: #ea9c76;
	/*font-weight: normal;*/
	font-weight: bold;
	text-decoration: none;
}

.menuChildItem A:hover, .menuChildItemActive A:hover {
	color: #ea9c76;
	text-decoration: none;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.menuDropdownContainerMain {
	height: auto;
	width: auto;
	background-color: #aa272f;
}

.menuDropdownContainerSub {
	width: auto;
	height: auto;
	background-color: #aa272f;
	border-left: 1px solid #CC8A7C;
	border-right: 1px solid #CC8A7C;
	position: absolute;
	top: 34px;
	z-index: 100;
	display: none;
}

.menuDropdownLinkMain {
}

.menuDropdownLinkSub {
	background-color: #aa272f;
	border-bottom: 1px solid #CC8A7C;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.menuDropdownLinkSub:hover {
	/*background-color: #CC8A7C;*/
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.menuItemsContainerBorderLeft {
	height: 55px;
	width: 6px;
	background-image: url('/content_images/default/menu/menu_border_left.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	float: left;
}

.menuItemsContainerBorderRight {
	height: 55px;
	width: 6px;
	background-image: url('/content_images/default/menu/menu_border_right.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	float: right;
}